Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / SpreadChartElementCollection<T> Class / Item Property


In This Topic
    Item Property (SpreadChartElementCollection<T>)
    In This Topic
    Gets or sets the SpreadChartElement at the specified index.
    Syntax
    'Declaration
     
    Public Overrides Default Property Item( _
       ByVal index As Integer _
    ) As T
    'Usage
     
    Dim instance As SpreadChartElementCollection(Of T)
    Dim index As Integer
    Dim value As T
     
    instance.Item(index) = value
     
    value = instance.Item(index)
    public override T this[ 
       int index
    ]; {get; set;}

    Parameters

    index
    See Also